projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6c5fb
)
Fix freeze on OpenBSD when reading the SECONDARY selection
author
Grégoire Jadi
<gjadi@omecha.info>
Mon, 9 Aug 2021 12:25:36 +0000
(14:25 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 9 Aug 2021 12:25:36 +0000
(14:25 +0200)
* configure.ac (NSIG_MINIMUM): OpenBSD doesn't have a broken SIGIO
any more (bug#29170). Backport fix from the current OpenBSD port
tree.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index be97d9c8a081c3da7876715f1baa5ead61796c82..eff55915436348e0833d998a891a68fef81e1c11 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4909,7
+4909,7
@@
emacs_broken_SIGIO=no
case $opsys in
dnl SIGIO exists, but the feature doesn't work in the way Emacs needs.
- hpux* | nacl |
openbsd |
solaris | unixware )
+ hpux* | nacl | solaris | unixware )
emacs_broken_SIGIO=yes
;;